Class HostIpv6Impl

All Implemented Interfaces:
IPCObject, HostIpv6, Process

public class HostIpv6Impl extends ProcessImpl implements HostIpv6
Information provided by the PKI file:

    \class HostIp
    
    \brief HostIp handles and manipulates the default gateway on end devices.
    
    \example network().getDevice("PC0").getProcess("HostIpProcess")
    
Author:
Auto-generated
  • Constructor Details

  • Method Details

    • setDefaultGateway

      public void setDefaultGateway(IPV6Address gatewayIp)
      Information provided by the PKI file:
      
          \brief Sets the default gateway with the specified IP address.
          
          \param gatewayIp, the IP address of the gateway.
          
              
      Specified by:
      setDefaultGateway in interface HostIpv6
      Parameters:
      gatewayIp - Takes in a parameter of gatewayIp
    • getDefaultGateway

      public IPV6Address getDefaultGateway()
      Information provided by the PKI file:
      
          \brief Returns the IP address of the default gateway.
          
          \return ip, the IP address of the default gateway.
          
              
      Specified by:
      getDefaultGateway in interface HostIpv6
      Returns:
      IPV6Address Returns a IPV6Address